home *** CD-ROM | disk | FTP | other *** search
- *** ./unix/Makefile.in Wed Nov 18 17:54:53 1998
- --- ../tk8.0.4/./unix/Makefile.in Tue Feb 23 12:02:00 1999
- ***************
- *** 28,33 ****
- --- 28,35 ----
- prefix = @prefix@
- exec_prefix = @exec_prefix@
-
- + ABILIB = lib
- +
- # The following definition can be set to non-null for special systems
- # like AFS with replication. It allows the pathnames used for installation
- # to be different than those used for actually reference files at
- ***************
- *** 44,53 ****
- SCRIPT_INSTALL_DIR = $(INSTALL_ROOT)$(TK_LIBRARY)
-
- # Directory in which to install the .a or .so binary for the Tk library:
- ! LIB_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/lib
-
- # Path to use at runtime to refer to LIB_INSTALL_DIR:
- ! LIB_RUNTIME_DIR = $(exec_prefix)/lib
-
- # Directory in which to install the program wish:
- BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin
- --- 46,55 ----
- SCRIPT_INSTALL_DIR = $(INSTALL_ROOT)$(TK_LIBRARY)
-
- # Directory in which to install the .a or .so binary for the Tk library:
- ! LIB_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/$(ABILIB)
-
- # Path to use at runtime to refer to LIB_INSTALL_DIR:
- ! LIB_RUNTIME_DIR = $(exec_prefix)/$(ABILIB)
-
- # Directory in which to install the program wish:
- BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin
-